gccでStack Smash Protectorを無効にする
$ gcc hoge.c -fno-stack-protector
gcc
で
Stack Smash Protector
を無効にしてコンパイルするには、
-fno-stack-protector
オプションを指定する。